Skip to main content

All Questions

0votes
1answer
69views

Testing angularj facebook login directive

I am creating a Facebook login directive based off this blog. app.directive('facebook', function($http) { return { restrict: 'A', scope: true, controller: function($scope, $...
zhon's user avatar
  • 1,630

close